type github.com/golang/mock/gomock.callSetKey

8 uses

	github.com/golang/mock/gomock (current package)
		callset.go#L27: 	expected map[callSetKey][]*Call
		callset.go#L29: 	exhausted map[callSetKey][]*Call
		callset.go#L33: type callSetKey struct {
		callset.go#L39: 	return &callSet{make(map[callSetKey][]*Call), make(map[callSetKey][]*Call)}
		callset.go#L44: 	key := callSetKey{call.receiver, call.method}
		callset.go#L54: 	key := callSetKey{call.receiver, call.method}
		callset.go#L68: 	key := callSetKey{receiver, method}